home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TPTFRMFOLDERBROWSEDLG / TPTFRMFOLDERBROWSEDLG.txt
Text File  |  2006-04-19  |  4KB  |  135 lines

  1. object PTFrmFolderBrowseDlg: TPTFrmFolderBrowseDlg
  2.   Left = 658
  3.   Top = 400
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu, biMaximize]
  6.   ClientHeight = 313
  7.   ClientWidth = 358
  8.   Color = clBtnFace
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object CreateNewFolderBtn: TSpeedButton
  18.     Left = 295
  19.     Top = 3
  20.     Width = 23
  21.     Height = 22
  22.     Hint = 'Create New Folder|Create a new folder here'
  23.     Glyph.Data = {
  24.       76010000424D7601000000000000760000002800000020000000100000000100
  25.       0400000000000001000000000000000000001000000010000000000000000000
  26.       80000080000000808000800000008000800080800000C0C0C000808080000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  28.       3333333FFFFFFFFFFF3330000000000033333388888888888F3330BFBFBFBFB0
  29.       33333383333333338F3330FBFBFBFBF033333383333333338F3330BFBFBFBFB0
  30.       33333383333333338F3330FBFBFBFBF033033383333333338F3830BFBFBFBFB0
  31.       30333383333333338F8F30FBFBFBFBF0033333833333333388F3300000000003
  32.       3030338888888888338F330BFBF03303033333383333833838F3333000033030
  33.       30333333888833838F8F33333333033333033333333338F33338333333333330
  34.       33333333333333338F3333333333333333333333333333333333333333333330
  35.       33333333333333338F3333333333333333333333333333333333}
  36.     NumGlyphs = 2
  37.     ParentShowHint = False
  38.     ShowHint = True
  39.     OnClick = CreateBtnClick
  40.   end
  41.   object DeleteFolderBtn: TSpeedButton
  42.     Left = 325
  43.     Top = 3
  44.     Width = 23
  45.     Height = 22
  46.     Hint = 'Delete|Deletes the selected item(s).'
  47.     Glyph.Data = {
  48.       F6000000424DF600000000000000760000002800000010000000100000000100
  49.       0400000000008000000000000000000000001000000010000000000000000000
  50.       80000080000000808000800000008000800080800000C0C0C000808080000000
  51.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  52.       DDDDDDDDDDDDDDDDDDDDDDD0DDDDDDDDDD0DDD000DDDDDDDDDDDDD0000DDDDDD
  53.       D0DDDDD000DDDDDD0DDDDDDD000DDDD00DDDDDDDD000DD00DDDDDDDDDD00000D
  54.       DDDDDDDDDDD000DDDDDDDDDDDD00000DDDDDDDDDD000DD00DDDDDDD0000DDDD0
  55.       0DDDDD0000DDDDDD00DDDD000DDDDDDDDD0DDDDDDDDDDDDDDDDD}
  56.     ParentShowHint = False
  57.     ShowHint = True
  58.     Spacing = 0
  59.     OnClick = DeleteBtnClick
  60.   end
  61.   object StatusTxt: TPTFrame
  62.     Left = 8
  63.     Top = 8
  64.     Width = 281
  65.     Height = 17
  66.     Alignment = taLeftJustify
  67.     FrameSpace = 0
  68.     FrameStyle = ptfsNone
  69.     Caption = 'StatusTxt'
  70.   end
  71.   object PTShellTree1: TPTShellTree
  72.     Left = 8
  73.     Top = 28
  74.     Width = 341
  75.     Height = 245
  76.     Options = [ptstoVirtualFolders, ptstoDesignInteractive, ptstoContextMenus, ptstoDynamicRefresh]
  77.     ShowRoot = True
  78.     DragMode = dmAutomatic
  79.     HideSelection = False
  80.     Indent = 19
  81.     OnChange = PTShellTree1Change
  82.     TabOrder = 0
  83.   end
  84.   object ButtonPanel: TPanel
  85.     Left = 0
  86.     Top = 278
  87.     Width = 358
  88.     Height = 35
  89.     Align = alBottom
  90.     BevelOuter = bvNone
  91.     ParentColor = True
  92.     TabOrder = 1
  93.     object OkBtn: TButton
  94.       Left = 12
  95.       Top = 6
  96.       Width = 75
  97.       Height = 23
  98.       Caption = 'OK'
  99.       Default = True
  100.       ModalResult = 1
  101.       TabOrder = 0
  102.     end
  103.     object CancelBtn: TButton
  104.       Left = 92
  105.       Top = 6
  106.       Width = 75
  107.       Height = 23
  108.       Cancel = True
  109.       Caption = 'Cancel'
  110.       ModalResult = 2
  111.       TabOrder = 1
  112.     end
  113.     object CreateBtn: TButton
  114.       Left = 186
  115.       Top = 6
  116.       Width = 75
  117.       Height = 23
  118.       Cancel = True
  119.       Caption = '&Create...'
  120.       TabOrder = 2
  121.       OnClick = CreateBtnClick
  122.     end
  123.     object DeleteBtn: TButton
  124.       Left = 266
  125.       Top = 6
  126.       Width = 75
  127.       Height = 23
  128.       Cancel = True
  129.       Caption = '&Delete...'
  130.       TabOrder = 3
  131.       OnClick = DeleteBtnClick
  132.     end
  133.   end
  134. end
  135.